Skip to content

Conversation

@urfeex
Copy link
Member

@urfeex urfeex commented Nov 4, 2025

Adds a joint space impedance controller to the driver.

urmahp and others added 3 commits November 4, 2025 16:32
UniversalRobots#336)

…oller in task space

The pd controller in joint space will accept joint targets and compute
joint torques based on PD control scheme.

The pd controller in task space will accept task space targets and use
inverse kinematics to compute joint targets which are then used to
compute joint torques based on PD control scheme.

---------

Co-authored-by: Felix Exner <[email protected]>
…versalRobots#348)

This way all non-torque-control-related things should work on software
versions not supporting torque control
@urfeex urfeex requested a review from a team November 4, 2025 15:33
@urfeex urfeex added the enhancement New feature or request label Nov 4, 2025
@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

❌ Patch coverage is 61.22449% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.17%. Comparing base (276120d) to head (11bd2e9).

Files with missing lines Patch % Lines
src/ur/ur_driver.cpp 27.27% 23 Missing and 1 partial ⚠️
...ary/control/torque_command_controller_parameters.h 53.33% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #400      +/-   ##
==========================================
- Coverage   42.83%   42.17%   -0.67%     
==========================================
  Files          99      100       +1     
  Lines        8626     8740     +114     
  Branches     1170     1181      +11     
==========================================
- Hits         3695     3686       -9     
- Misses       4652     4776     +124     
+ Partials      279      278       -1     
Flag Coverage Δ
start_ursim 81.11% <ø> (-3.45%) ⬇️
ur20-latest 40.93% <61.22%> (+0.21%) ⬆️
ur5-3.14.3 ?
ur5e-10.7.0 ?
ur5e-5.9.4 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants